|
ROTATE PARTICLES
This command will rotate a particles object.
ROTATE PARTICLES Particle Number, X, Y, Z
ROTATE PARTICLES Particle Number, Vector
Particle Number
Integer
The particle object number
X
Float
The x position value
Y
Float
The y position value
Z
Float
The z position value
This command does not return a value.
Rotating the particles object will rotate every particle currently existing as part of the particles object. To correct the behaviour of the individual particles themselves, refer to the other particles object commands.
load image "spec.bmp",3
make particles 3, 3, 10, 10.0
position particles 3, -3, 0, 10
rotate particles 3, 0, 0, rot#
do
loop
delete particles 3
end
PARTICLES Commands Menu
Index
|